1
کامپیوتر و شبکه::
جمله switch
3. switch statement
The switch statement executes the code block depending upon the resulted value of an expression.
As per the syntax above, switch statement contains an expression into brackets.
Consider the following example of a simple switch statement.
The switch statement can include expression or variable of any data type such as string, bool, int, enum, char etc.
واژگان شبکه مترجمین ایران